/* 搜索 */
.form-search {
	display: flex;
	justify-content: space-between;
	width: 380px;
	margin: 20px auto;
}

.form-search .search-group {
	width: 300px;
	border: 1px solid #bd1616;
}

.form-search .search-group input {
	width: 100%;
	background-color: #e5e8e7;
	color: #bd1616;
	border-radius: 0;
}

.search-submit {
	width: 80px;
	color: #fff;
	background-color: #bd1616;
	border-radius: 0;
}


/* 关于我们 */
.about-home {
	height: 600px;
	margin-top: 50px;
}

.about-home-main {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.about-home-left {
	width: 550px;
}

.about-home-img {
	margin-top: 20px;
	height: 345px;
}

.about-home-img img {
	width: 100%;
	height: 445px;
}

.about-right {
	width: 550px;
}
  
.about-home-main .about-nr {
	width: 100%;
    height: 515px;
    overflow-y: scroll; 
}

.about-home-main .about-nr p {
	font-size: 14px;
} 

.about-more {  
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;  
}

.about-more a {
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #bd1616; 
	display: block;
	color: #fff;
	font-size: 14px;
}
/* 案例 */

.wrap1 { 
	width: 1100px;
	height: 225px;
	margin: 50px auto;
	position: relative;
	overflow: hidden;
}

.wrap1 ul {
	overflow: hidden;
	position: absolute;
	width: 1600px;
	left: 0;
	top: 0;
	_height: 1px;
}

.wrap1 ul li {
	float: left;
	width: 260px;
	margin-left: 10px;
}

.wrap1 .item {
	height: 265px;
}

.wrap1 .item:hover {
	height: 200px;
	margin-bottom: 10px;
}

.wrap1 .card-img {
	width: 250px;
	height: 200px;
	line-height: 200px;
	text-align: center;
}

.wrap1 .card-img img {
	width: 250px;
	height: 200px;
}

.wrap1 .list-title {
	text-align: center;
	height: 30px;
	line-height: 30px;
}
/* 产品 */
.home-pro-bg {
	margin-bottom: 100px;
}

.home-pro-mian {
	display: flex;
	justify-content: space-between;
}

.home-pro-left {
	width: 250px; 
	background: #bd1616;
	background-size:  cover;
	background-repeat: no-repeat;
	height: auto;
	color: #fff;
	text-align: center;
}

.home-pro-left dt { 
	font-size: 20px;
}

.home-pro-left dd {
	font-size: 14px;
}

.pro-left-min { 
	width: 230px;
	margin:0 auto;
	padding: 10px;
}

.home-pro-left ul {
	margin-top: 10px;
}

.home-pro-left ul li:first-child {
	background-color: #fff;
}

.home-pro-left ul li:first-child a {
	color: #bd1616;
}

.home-pro-left ul li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}

.home-pro-left ul li a {
	font-size: 14px;
	display: block;
	font-weight: bold;
	color: #fff;
}

.home-pro-left ul li:hover {
	background-color: #fff;
}

.home-pro-left ul li:hover a {
	background-color: #fff;
	color: #bd1616;
}

.home-pro-right {
	flex: 1;
	margin-left: 50px;
}

.home-pro-right .col-lg-4 {
	padding: 0px;
}

.pro-main-item {
	height: 200px;
	padding: 20px;
	border: 1px solid #bd1616;
}

.pro-main-title {
	height: 25px;
	overflow: hidden;
}

.pro-main-title a {
	font-size: 18px;
	color: #bd1616;
	font-weight: bold;
}

.pro-description {
	height: 130px;
	overflow: hidden;
	margin-top: 5px;
	font-size: 13px;
}

/* 服务 */
.why {
	position: relative;
	padding-top:20px;
	height: 450px; 
	background: #bd1616;
	background-size: 100% 400px;
	background-repeat: no-repeat;
	width: 100%;
}

.sear-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	color: #fff;
}

.sear-list ul {
	margin-top: 30px;
}

.sear-list ul li {
	display: flex;
	line-height: 40px;
}

.sear-list ul li a {
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
}

.sear-list ul li i {
	display: block;
	height: 10px;
	width: 10px;
	background-color: #fff;
	border-radius: 50%;
	margin-top: 15px;
	margin-right: 10px;
}

.sear-left {
	position: relative;
	margin-top: 35px;
	width: 500px;
}

.foot-lxxx {
	width:100%;
	margin-top: 10px;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}

.foot-lxxx li {   
	margin-left:20px;
}
.foot-lxxx li .title{  
	font-weight: bold;
}

.foot-lxxx li p {
	font-size: 14px;
	display: flex;
	line-height: 25px;
}

.foot-lxxx li i {
	font-style: normal;
	font-size: 14px;
}
/* 新闻 */
.home-5 {
	margin-top: 50px;
	position: relative;
	margin-bottom: 30px;
}

.new-main {
	margin-top: 80px;
}

.new-main-item {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.new-main-title {
	padding-right: 20px;
}

.new-main-title a {
	font-size: 18px;
	color: #bd1616;
	font-weight: bold;
}

.new-description {
	margin-top: 10px;
	font-size: 14px;
}

.new-main-img {
	width: 220px;
	height: 250px;
}

.new-main-img img {
	width: 220px;
	height: 250px;
}

.container {
	max-width: 1200px !important;
}